home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-12-16 | 782 b | 29 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: Iters.h
- // Release Version: $ ODF 3 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef ITERS_H
- #define ITERS_H
-
- #ifndef PROXY_H
- #include "Proxy.h"
- #endif
-
- #ifndef FWTRCTCL_H
- #include "FWTRCtCl.h"
- #endif
-
- //========================================================================================
- // Typedefs
- //========================================================================================
-
- typedef FW_TRefCountedCollection<CProxy> CProxyCollection;
- typedef FW_TRefCountedCollectionIterator<CProxy> CProxyCollectionIterator;
-
- #endif
-